Learn R Programming

openCR (version 2.2.6)

Movement models: List of Movement Models

Description

Movement of activity centres between primary sessions is modelled in openCR as a random walk with step length governed by a circular probability kernel. The argument `movementmodel' defines the kernel in several functions. More detail is provided in the vignettes openCR-vignette.pdf.

Arguments

Movement models in <span class="pkg">openCR</span> 2.2

Kernel models:

KernelDescriptionParameters
BVNbivariate normalmove.a
BVEbivariate Laplacemove.a
BVCbivariate Cauchy distributionmove.a
BVTbivariate t-distribution (2Dt of Clark et al. 1999)move.a, move.b
RDEexponential distribution of distance moved cf Ergon and Gardner (2014)move.a
RDGgamma distribution of distance moved cf Ergon and Gardner (2014)move.a, move,b
RDLlog-normal distribution of distance moved cf Ergon and Gardner (2014)move.a, move.b
RDLS*log-sech distribution of distance moved (Van Houtan et al. 2007)move.a, move.b
UNIuniform within kernel radius, zero outside(none)
BVNzizero-inflated BVNmove.a, move.b
BVEzizero-inflated BVEmove.a, move.b
RDEzizero-inflated RDEmove.a, move.b
UNIzizero-inflated UNImove.a

* incomplete implementation

Kernel-free models (buffer dependent):

ModelDescriptionParameters
INDindependent relocation within habitat mask (Gardner et al. 2018)(none)
INDzizero-inflated INDmove.a

Relationships among models

Some models may be derived as special cases of others, for example

GeneralConditionEquivalent to
BVTlarge move.b (df \(\infty\))BVN
BVTmove.b = 0.5 (df 1)BVC
RDGmove.b = 1RDE
RDGmove.b = 2BVE
BVNzilarge move.aUNIzi

RDL and RDG are almost indistinguishable when move.b > 2.

Deprecated names of movement models

These old names appeared in earlier releases. They still work, but may be removed in future.

OldNew
normalBVN
exponentialBVE
t2DBVT
frERDE
frGRDG
frLRDL
uniformUNI
frEziRDEzi
uniformziUNIzi

Additional movement models that may be removed without notice

KernelDescriptionParameters
annularnon-zero only at centre and edge cells (after clipping at kernelradius)move.a
annularRnon-zero only at centre and a ring of cells at radius Rmove.a, move.b

``annularR'' uses a variable radius (R = move.b x kernelradius x spacing) and weights each cell according to the length of arc it intersects; ``annularR'' is not currently allowed in openCR.fit. For the `annular' models 'move.a' is the proportion at the centre (probability of not moving).

References

Clark, J. S, Silman, M., Kern, R., Macklin, E. and HilleRisLambers, J. (1999) Seed dispersal near and far: patterns across temperate and tropical forests. Ecology 80, 1475--1494.

Efford, M. G. and Schofield, M. R. (2022) A review of movement models in open population capture--recapture. Methods in Ecology and Evolution 13, 2106--2118. https://doi.org/10.1111/2041-210X.13947

Ergon, T. and Gardner, B. (2014) Separating mortality and emigration: modelling space use, dispersal and survival with robust-design spatial capture--recapture data. Methods in Ecology and Evolution 5, 1327--1336.

Gardner, B., Sollmann, R., Kumar, N. S., Jathanna, D. and Karanth, K. U. (2018) State space and movement specification in open population spatial capture--recapture models. Ecology and Evolution 8, 10336--10344 tools:::Rd_expr_doi("10.1002/ece3.4509").

Nathan, R., Klein, E., Robledo-Arnuncio, J. J. and Revilla, E. (2012) Dispersal kernels: review. In: J. Clobert et al. (eds) Dispersal Ecology and Evolution. Oxford University Press. Pp. 187--210.

Van Houtan, K. S., Pimm, S. L., Halley, J. M., Bierregaard, R. O. Jr and Lovejoy, T. E. (2007) Dispersal of Amazonian birds in continuous and fragmented forest. Ecology Letters 10, 219--229.

See Also

make.kernel, gkernel, dkernel, pkernel, qkernel, openCR.fit